{for topic in topics} {var topicid = topic.srcurl + 'id'; var topicclosed = topicid + 'closed'}

${topic.posts.length} articles about "${topic.word}" and "${topic.word2}"...

{var prevdate = ''} {for post in topic.posts} {var postdate = new Date(post.datevalue); var timeval = postdate.toLocaleFormat('%I:%M') + postdate.toLocaleFormat('%p').toLowerCase(); var time = timeval}
${post.description}
{/for}
{/for} {var topicid = 'otherid'; var topicclosed = 'otherclosed'; if (other.length == 1) var pluralized='article'; else var pluralized='articles'; if (topics.length == 0) var heading = 'No common topics found in these feeds'; else var heading = other.length + ' other ' + pluralized}

${heading}

{var prevdate = ''} {for post in other} {var postdate = new Date(post.datevalue); var timeval = postdate.toLocaleFormat('%I:%M') + postdate.toLocaleFormat('%p').toLowerCase(); var time = timeval}
${post.description}
{/for}
{if totalPosts > allPosts.length + MAX_POSTS_PER_PAGE*(page-1)}

...view older articles

{/if}